func regexp/syntax.bw
17 uses
regexp/syntax (current package)
prog.go#L290: func bw(b *strings.Builder, args ...string) {
prog.go#L306: bw(b, pc, "\t")
prog.go#L308: bw(b, "\n")
prog.go#L319: bw(b, "alt -> ", u32(i.Out), ", ", u32(i.Arg))
prog.go#L321: bw(b, "altmatch -> ", u32(i.Out), ", ", u32(i.Arg))
prog.go#L323: bw(b, "cap ", u32(i.Arg), " -> ", u32(i.Out))
prog.go#L325: bw(b, "empty ", u32(i.Arg), " -> ", u32(i.Out))
prog.go#L327: bw(b, "match")
prog.go#L329: bw(b, "fail")
prog.go#L331: bw(b, "nop -> ", u32(i.Out))
prog.go#L335: bw(b, "rune <nil>")
prog.go#L337: bw(b, "rune ", strconv.QuoteToASCII(string(i.Rune)))
prog.go#L339: bw(b, "/i")
prog.go#L341: bw(b, " -> ", u32(i.Out))
prog.go#L343: bw(b, "rune1 ", strconv.QuoteToASCII(string(i.Rune)), " -> ", u32(i.Out))
prog.go#L345: bw(b, "any -> ", u32(i.Out))
prog.go#L347: bw(b, "anynotnl -> ", u32(i.Out))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |